home *** CD-ROM | disk | FTP | other *** search
-
- LOADING INSTRUCTIONS FOR TED36
-
- (the following instructions assume that you have PC SUPPORT/36
- available. If you are using another PC to System/36 linking
- program, you may have to modify your procedures accordingly.
- The instructions also assume a two-floppy system; minor
- adjustments must be made for a hard drive machine.)
-
- What we're going to do here is create a separate library for the
- Text Editor and an empty file we can use to hold the data we
- transfer from the PC. The TOLIBR procedure will then load this
- file into the library. File transfers from PC to System/36 must
- be made without converting from ASCII to EBCDIC.
-
-
- 1. Create library ABXLIB: BLDLIBR ABXLIB,50,10
-
- 2. Create a workfile: BLDFILE ABFILE,S,RECORDS,10000,8
-
- 3. Put the diskette containing TED36.S36 into the B: drive.
-
- 4. Hotkey into PC mode. At the A> prompt, make sure the
- PC SUPPORT/36 diskette is in the A: drive, then fire up
- LINK36. This will start the Router program on the System/36.
-
- 5. Key in FROMPC to start the PC-to-S/36 Transfer program.
-
- 6. Take Option 1 to create a File Transfer request.
-
- 7. Supply the following information:
- ____________________________________________________________
- S/36 file or library member name
- TO ABFILE
-
- FROM PC filename
- B:TED36.S36
-
- Transfer data using
- PC file description? . 2 2=No
-
- PC file type . . . . . . 6 6=No conversion
- ____________________________________________________________
-
- 8. Take option 3 to start the transfer from PC to System/36.
-
- 9. When the transfer is complete, ESC to return to the TOPC menu,
- then take option 6 to Exit.
-
- 10. Hotkey back to System/36 mode (you may stop the Router first,
- if you're through with it).
-
- 11. TOLIBR ABFILE,F1,,,ABXLIB will load your newly transferred
- library file into library ABXLIB. File ABFILE may now be
- deleted.
-
- 12. Change over to ABXLIB (// LIBRARY NAME-ABXLIB) and you're
- ready to try out this software. Just key in TED36 and press
- ENTER.
-
-
-
-
-
-
-